type go.pact.im/x/goupdate.sectionIndentWriter

7 uses

	go.pact.im/x/goupdate (current package)
		textgen.go#L14: 	w *sectionIndentWriter
		textgen.go#L327: type sectionIndentWriter struct {
		textgen.go#L333: func newSectionIndentWriter(wr io.Writer, pre string) *sectionIndentWriter {
		textgen.go#L334: 	return &sectionIndentWriter{
		textgen.go#L340: func (w *sectionIndentWriter) Section(f func() error) error {
		textgen.go#L349: func (w *sectionIndentWriter) Write(p []byte) (int, error) {
		textgen.go#L353: func (w *sectionIndentWriter) writer() io.Writer {